/*
Theme Name: My Theme
Theme URI: http://www.google.com
Description: A test theme
Author: Zhu Hetian
Author URI: http://www.richstonedt.com
Version: 1.0
Tags: bootstrap
 
License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/
 
This simple theme was built using the example Bootstrap theme "Basic marketing site" found on the Bootstrap web site http://twitter.github.com/bootstrap/examples/hero.html
*/
@font-face {
    font-family: 'NotoSansCJKsc-Thin';
	src: url(fonts/NotoSansCJKsc-Thin.eott');
	src: url(fonts/NotoSansCJKsc-Thin.eott') format('embedded-opentype'),
	url(fonts/NotoSansCJKsc-Thin.ttff') format('truetype'),
	url(fonts/NotoSansCJKsc-Thin.wofff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'MyriadSetPro-Thin.ttf';
	src: url(fonts/MyriadSetPro-Thin.ttff');
	src: url(fonts/MyriadSetPro-Thin.eott') format('embedded-opentype'),
	url(fonts/MyriadSetPro-Thin.ttff') format('truetype'),
	url(fonts/MyriadSetPro-Thin.wofff') format('woff');
	font-weight: normal;
	font-style: normal;
}
html{
	/*overflow: hidden;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%
}

/**, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}*/
body{
	/*overflow : hidden;*/
	/*overflow-y:scroll;*/
	/*overflow-x:scroll;*/
	margin: auto;
	background:#FCFCFC;
	display: flex;
	flex-direction: column;
	height: 100%;
}
header{
	/*margin-bottom: 10px;*/
}
section{
	/*margin: 10px 0 10px 0;*/
}
footer{
	margin-top: 10px;
}
header,footer{
	flex: 0 0 auto;
}
.main-content{
	flex: 1 0 auto;
	width: 100%;
}
h1,h2,h3,h4,p,a,li,div{
    font-family: 'Source Han Sans CN', 'Microsoft YaHei', 'SimHei', 'SimSun';
	-webkit-font-smoothing:antialiased;
	/*font-weight: 500;*/
}
a,a:hover {
	color: #0D0D0D;
}
a:visited{
	background: #FCFCFC;
	text-decoration: none;
}
li {
	list-style: none;
}
hr{
	margin: 15px 0 15px 0;
	border: 0;
	border-top: 1px solid #CDC1C5
}
.footer_hr_top{
	position: relative;
	width: 1060px;
	border: 1px solid black;
	margin: 20px 50px 20px 55px;
}
#footer_hr_bottom{
	width: 500px;
	margin-bottom: 10px;
}
.container{
	min-width: 1200px !important;
}
.row{
	min-width: 1000px
}
.footer-list a{
	color: #778899;
}
.footer-list h4{
	font-weight:900;
}
.footer-list li{
	margin: 8px 0 8px 0;
}
footer .kefushijian{
	font-size: 17px;
	color: #778899;
}
footer .kefudianhua{
	font-size: 28px;
	margin-bottom: 2px;
	font-weight: bold;
}
footer .contact-num{
	position: relative;
	/*left: 37px;*/
	/*top: -5px;*/
}
footer .contact-num img{
	position: absolute;
	top:20px;
	left: 88px;
}
footer .ICP-info,footer .ICP-info a{
	font-size: 12px;
	color: #778899;
	/*margin-bottom: 25px;*/
}
#index_navbar{
	height: 70px;
}
.logo{
	float: left;
	position: relative;
	top: 15px;
	left: 100px;
}
#logo{
	/*behavior:url(#default#VML);
	display:inline-block;*/
	/*width: 181px;*/
	height:45px;
	/*-ms-interpolation-mode: bicubic;*/
}
.nav{
	margin-top: 20px;
	height: 40px;
	padding: 0 20px 0 40px;
}
#navbar{
	float: right;
	width: 800px;
}
.nav-item > a{
	cursor: pointer;
	font-weight: bold!important;
	height: 40px;
	color:#636363;
	font-size: 16px;
}
.nav-item{
	text-align: center;
	float: right;
	width: 100px;
	height: 40px;
	margin: 0 10px 0 10px;
	vertical-align: middle;
}
.nav-child-ul {
	margin: 0 -10px 0 -10px;
	text-align: center;
	display: none;
	position: relative; 
	padding: 0;
	z-index: 99;
	width: 120px;
	overflow: visible;
}
/*.nav>li:hover ul{
	display: block;
}*/
.nav-child-ul >li{

	padding: 0 0 0 0;
	background:#FCFCFC;
	width: 120px;
	line-height: 40px;
	/* for IE */
    filter:alpha(opacity=90);
    /* CSS3 standard */
    opacity:0.90;
    color: #757575;
}
.nav-child-ul > li:hover {
	background: #FCFCFC;
	/*font-color: #FFFFFF;*/
	/*filter:alpha(opacity=100);
    opacity:1;*/
}
.nav-child-ul a{
	font-weight: bold!important;
	font-size: 16px;
	display: inline-block;
	/*color: #000080;*/
	width: 120px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	color:#757575;
}
.nav-child-ul a:hover{
	color: black;
}
.nav>.nav-item>a:hover{
	background: #FCFCFC;
	/*border-bottom: 2px solid #6E6E6E;*/
}
.nav-active span{
	display:block; 
	width:100px !important; 
	height:2px; 
	background-color:#969696;
}
.nav-item span{ 
	display:block; 
	width:0;
	height:2px; 
	background-color:#969696;
}
#zh_nav_button .language-switch-button{
	width: 80px;
	position: relative;
	top:8px;
	left: 20px;
}
#zh_nav_button .language-switch-button a{
	padding: 1px 10px 1px 10px;
	border-radius: 5px;
	border: 1px solid silver;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#zh_nav_button .language-switch-button a:hover{
	border:1px solid #1b93d3;
	text-decoration: none;
	color: #1b93d3;
}
#zh_nav_button .language-switch-button a:link{
	text-decoration: none;
}
#index_carousel{
	overflow: hidden;
	height: 470px;
	min-width: 1200px;
}
#myCarousel{
	width: 100%;
}
#myCarousel,.item{
	overflow: hidden;
	text-align: center;
	width: 100%;
	height: 100%;
	position: relative;
}
.carousel-img{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	min-height: 400px;
	min-width: 1920px;
	max-height: 470px;
}
.carousel-indicators{
	margin-bottom: 30px
}
.carousel-control-icon{
	margin:186px 0 186px 0;
}
.seperation>div{
	height: 56px;
}
.seperation .half-col{
	height: 50%;
	border-bottom: 1px solid #8E8E8E;
}
.seperation h3{
	margin-top: 13px;
}
/*#seperation-l hr{*/
	/*position: relative;*/
	/*left: -5px;*/
	/*border-top: 0.5px solid #8E8E8E;*/
	/*width: 430px;*/
/*}*/
/*#seperation-r hr{*/
	/*position: relative;*/
	/*left: -5px;*/
	/*border-top: 0.5px solid #8E8E8E;*/
	/*width: 430px;*/
/*}*/
#index_content{
	/* height: 1250px; */
	padding: 10px 70px 0 70px;
	margin-bottom:20px;
}
#index_content a{
	text-decoration: none;
}
.introduction-panel-s{
	margin-top: 30px;
	height: 260px;
}
.intro-item-s{
	height: 250px;
	margin: 5px 0 5px 0
}
.intro-item-s a:hover{
	text-decoration: none;
}
.introduction-panel-l .intro-item-l-3 .col-xs-5,.introduction-panel-l .intro-item-l-1 .col-xs-5{
	padding-left: 0;
}
.introduction-panel-l .intro-item-l-2 .col-xs-5{
	padding-right: 0;
}
h2.item-l-description-1,h2.item-l-description-2,h2.item-l-description-3{
	font-size: 22px;
}
.item-s-title-1,.item-s-title-2,.item-s-title-3,.item-s-title-4{
	color: #00B2EE;
	font-size: 24px;
}
.intro-item-s .content{
	font-size: 18px;
	line-height: 30px;
}
.item-s-title-2{
	color: #FFA500;
}
.item-s-title-3{
	color: #228B22;
}
.item-s-title-4{
	color: #CD3333;
}
h1.item-l-title-1,h1.item-l-title-2,h1.item-l-title-3{
	font-size: 28px;
}
.item-l-title-1,.item-l-description-1{
	color: #00ccff;
}
.item-l-title-2,.item-l-description-2{
	color: #FFA500;
}
.item-l-title-3,.item-l-description-3{
	color: #228B22;
}
.introduction-panel-l{
	/* height: 960px; */
}
.intro-item-l{
	height: 300px;
	margin: 20px 0 20px 0;
}
.intro-item-l div{
	height: 100%
}
.intro-item-l .title{
	font-weight: bold;
}
.item-l-imgzone img{
	width:100%;
	height: 100%;
}
.item-l-content{
	padding-top: 40px;
}
.item-l-content p{
	font-size: 16px;
	line-height: 30px;
}
.phone-icon{
	padding-left: 30px;
	margin-top: 14px
}
.phone-icon img{
	width: 60px;
	height: 60px;
}
.big-pic{
	overflow: hidden;
}
.big-pic img{
	position: relative;
	height: 380px;
}

.introduction-content{
	line-height: 30px;
	font-size: 16px;
	padding: 20px 55px 20px 55px;
	color: 	#424242;
}
.introduction-content .content-en{
	color: #8A8A8A;
}
* .title-zh{
	font-weight: 800;
	margin:40px 0 0 0;
	font-size: 30px;
}
* .title-en{
	margin-top: 0;
	font-weight: 300;
	font-size: 19px;
}
#partnership .title-en{
	font-size: 22px;
}
#introduction .title-en{
	letter-spacing: 4px;
}
#partnership .title-en{
	letter-spacing: 2px;
}
#job .title-en{
	letter-spacing: 6px;
}
#introduction .title{
	color: #87CEEB;
}
#partnership .title{
	color: #CD5B45;
}
#job .title{
	color: #EEAD0E;
}
#contact .title{
	color: #008B45;
}
.partner-content{
	/*margin: 10px 0 10px 0;*/
	padding: 20px 55px 20px 55px;
	height: 450px;
}
/*.partner-content .col-xs-3 a{
	height: 100%;
	width: 50%;
	position: absolute;
}*/
.partner-content img{
	top: 20px;
	position: relative;
}
.partner-content .row{
	padding-left: 13.5px;
}
.partner-content .col-xs-3{
	width: 265px;
	height: 150px;
	border: 1px solid #EAEAEA;
	padding: 30px 30px 30px 30px;
}
#job .content-item{
	padding: 0 0 0 15px ;
}
.job-content-list{
	padding: 10px 60px 20px 55px;
}
.job_list_hr{
	margin-left: 15px;
	width: 1060px;
	border:1px dashed #D3D3D3;
}
.job-panel{
	margin-top: 40px;
	min-height: 400px;
}
.job-panel .panel-nav{
	border-right: 1px solid black;
}
.job-panel .panel-content,.job-panel .panel-nav{
	min-height: 400px;
}
#job .accordion {
	padding-left: 0;
	width: 100%;
	max-width: 360px;
	margin: 0 auto 20px;
	background: #FCFCFC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#job .accordion .link {
	cursor: pointer;
	display: block;
	padding: 5px 15px 8px 42px;
	color: #4D4D4D;
	font-size: 18px;
	font-weight: 700;
	/*border-bottom: 1px solid #CCC;*/
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#job .accordion li:last-child .link {
	border-bottom: 0;
}
#job .accordion li i {
	position: absolute;
	top: 8px;
	left: 12px;
	font-size: 18px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#job .accordion li i.fa-chevron-down {
	left: 12px;
	right: auto;
	font-size: 16px;
}
/*#job .accordion li.open .link,#job .accordion li.open i {*/
	/*color: #F29600;*/
/*}*/
#job .accordion li.open .submenu{
	margin-bottom: 15px;
	display: block;
}
#job .accordion li i.fa-chevron-down{
	transform: rotate(-90deg);
}
#job .accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
#job .submenu li.current a{
	color: #F29600;
}
#job .submenu {
	padding-left: 0;
	display: none;
	background: #FCFCFC;
	font-size: 16px;
}

#job .submenu li {
	width: 100%;
}
#job .submenu li.current{

}
#job .submenu a {
	cursor: pointer;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	display: block;
	text-decoration: none;
	color: #4D4D4D;
	padding:8px 42px 8px 12px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
#job .submenu a:hover {
	/*background: #F29600;*/
	color: #F29600;
}
#job .job-content{
	padding-left: 24px;
}
#job .job-content>div{
	margin:20px 0 20px 0;
	float: none;
}
#job .job-content>.title{
	width: 100%;
	height: 30px;
}
#job .job-content .job-name,#job .job-content .job-count{
	font-size: 20px;
	color: #F29600;
	font-weight: bold;
	float: left;
	margin-right: 40px;
}
#job .job-content .job-count{
	font-weight: 300;!important;
}
#job .job-content .title{
	color: black;
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 15px 0;
}
#job .job-content .content{
	font-size: 16px;
}
#job .job-content .content ul{
	padding-left: 22px;
}
#job .job-content .content li{
	margin: 0 0 15px 0;
	list-style: square outside;
	color: #707070
}
#locationMap{
	height: 350px;
}
.contact-content{
	color: #555555;
	margin: 35px 0 20px 0;
}
.contact-content div{
	margin-top: 30px;
}
.contact-content img{
	height: 16px;
	margin-bottom:4px;
}
#adv_data >.row>.title-zh,#adv_tech>.row>.title-zh{
	color: #4876FF;
}
#adv_data >.row>.title-en,#adv_tech>.row>.title-en{
	color: #4876FF;	
	letter-spacing:2px;
}
.adv-data-item .title>h3{
	font-weight: bold;
}
.adv-data-item > div{
	margin: 40px 0 40px 0
}
.adv-data-item .content,.adv-data-item .description,.adv-data-extra .title{
	font-size: 18px
}
.adv-data-extra .title{
	margin: 0 85px 0 85px;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: 1px solid #e95713;
	font-size: 20px
}
.adv-data-extra .title>div{
	border-bottom: 2px solid #e95713;
}
.adv-data-extra .content{
	margin-top: 15px
}
#adv_tech,#adv_team,#job{
	padding: 0 70px 0 70px;
}
#adv_tech>div{
	margin: 30px 0 30px 0;
}
.tech-item{
	margin: 60px 0 40px 0
}
.tech-item>div{
	margin: 30px 0 30px 0;
}
.tech-item .title{
	font-weight: bold!important;
}
.item-list>div{
	width: 20%
}
.item-list .title{
	font-weight: bold;
	font-size: 18px;
}
.item-list .content{
	height: 250px;
	padding: 10px 10px 10px 10px;
	font-size: 14px;
}
.item-list .content p{
	font-size: 14px;
	color: #515151;
	line-height: 25px;
}
.tech-props-wall{
	height: 142px;
	background: url("../mytheme/img/advantages/img_dashujupingtaitese.png") no-repeat center;
}
.tech-props-wall .tech-wall-item{
	position: relative;
	width: 200px;
	height: 40px;
}
.tech-wall-item a{
	display: inline-block;
	width: 100%;
	height: 100%
}
.tech-props-wall{
	margin: 50px 0 20px 0!important;
}
.tech-wall-item a:hover{
	filter:alpha(opacity=30);
    opacity:0.3
}
#tech-wall-item3 a:hover,#tech-wall-item6 a:hover{
	background-color: #28a139;
}
#tech-wall-item1 a:hover,#tech-wall-item9 a:hover,#tech-wall-item7 a:hover{
	background-color: #009fe8
}
#tech-wall-item2 a:hover,#tech-wall-item5 a:hover{
	background-color: #d9382b;
}
#tech-wall-item4 a:hover ,#tech-wall-item8 a:hover{
	background-color: #f29600;
}
#tech-wall-item1{
	height: 40px;
	width: 160px;
	left: -200px
}
#tech-wall-item2{
	top: -14px;
	left: -340px;
	height: 40px;
	width: 160px;
}
#tech-wall-item3{
	top: -3px;
	left:115px;
	height: 40px;
	width: 206px;
}
#tech-wall-item4{
	top: -37px;
	left:-235px;
	height: 40px;
	width: 208px;
}
#tech-wall-item5{
	top: -157px;
	left:37px;
	height: 40px;
	width: 101px;
}
#tech-wall-item6{
	top: -168px;
	left:-74px;
	height: 40px;
	width: 160px;
}
#tech-wall-item7{
	top: -142px;
	left:288px;
	height: 39px;
	width: 160px;
}
#tech-wall-item8{
	top: -255px;
	left:250px;
	height: 40px;
	width: 340px;
}
#tech-wall-item9{
	top: -216px;
	left:-60px;
	height: 39px;
	width: 160px;
}
.item-list .content ul{
	padding-left: 20px
}
.item-list .content li{
	list-style: disc;
}
.tech-item-list{
	margin: 25px 0 25px 0;
	font-size:16px;
}
.tech-item-list .title{
	font-weight: bold;
}
.tech-item-list .content{
	line-height: 35px;
}
.tech-item-list img{
	width: 28px;
	height: 28px;
	margin-bottom: 4px;
}
#item1 .content{
	background-color: #fdcab4;
}
#item1 .title{
	color: #ee815f
}
#item2 .content{
	background-color: #afe6ff;
}
#item2 .title{
	color: #009fe8
}
#item3 .content{
	background-color: #ffe1b0;
}
#item3 .title{
	color: #f5af58
}
#item4 .content{
	background-color: #ffc0bb;
}
#item4 .title{
	color: #e1726a
}
#item5 .content{
	background-color: #aefdb8;
}
#item5 .title{
	color: #68b671
}
#adv_team .title-zh{
	font-weight: bold;
	color: #f6b56b
}
#adv_team .title-en{
	color: #f6b56b
}
#adv_team > div{
	margin: 20px 0 20px 0
}
#adv_team .teammate-info .name-panel{
    margin: 20px 0 20px 0;
}
#adv_team .teammate-info .name-panel .title{
    font-size: 16px;
    color: #009FE8;
    font-weight: bold;
    margin-bottom: 5px;
}
/*About Us*/
.cn-text{
    word-spacing: 2px;
    font-size: 16px;
    line-height: 26px;
}
.team-content>.description p{
	letter-spacing: 2px;
	font-size: 18px;
	font-weight:900;
}
.team-content>.description-detail p{
	font-size: 16px;
}
.teammate-wall{
	width: 100%;
	position: relative;
	margin-top: 55px;
}
.teammate-wall .teammate-item{
	margin:0 5px 0 5px;
	width: 200px;
	float: left;

}
.teammate-wall .teammate-item .photo{
	margin-top: 2px;
	width: 198px;
	height: 198px;
}
.teammate-item>div{
	margin: 10px 0 10px 0;
}
.teammate-item .title{
	font-weight: bold;
	font-size: 20px;
	color: white;
}
.teammate-item .description{
	font-size: 16px;
	color: white;
}
.teammate-wall .yanfazongjian{
	margin-top: 108px;
	background: #E95513;
}
.teammate-wall .CTO{
	margin-top: 67px;
	background: #28A139;
}
.teammate-wall .CTO .icons{
	width: 200px;
	text-align: center;
}
.teammate-wall .CTO .icons>img{
	margin: 0 10px 0 10px ;
}
.teammate-wall .CEO{
	/*border: 1px solid #D9382B;*/
	margin-top: 20px;
	background: #D9382B;
}
.teammate-wall .COO{
	/*border: 1px solid #009FE8;*/
	margin-top: 66px;

	background: #009FE8;
}
.teammate-wall .CMO{
	/*border: 1px solid #f29600;*/
	margin-top: 77px;
	background: #f29600;
}
#service_operator{
	padding:0 70px 0 70px;
}
#service_operator>.row>.title{
	color: #D9382B;
}
#service_operator>div{
	margin:20px 0 20px 0;
}
#service_operator .tab-content{
	margin: 40px 0 40px 0;
}
.operator-items{
	margin: 20px 0 20px 0;
}
.operator-items>div{
	margin: 15px 0 15px 0;
}
.operator-items .content,.operator-items .description{
	font-size: 16px;
	line-height: 30px;
}
#zhiliangyouhua_con .operator-item-1 .content{
	padding: 20px 30px 20px 30px ;
	background-color: 	#F4F4F4;
}
#zhiliangyouhua_con .operator-item-2 .content .content-item{
	margin: 60px 0 60px 0;
}
#service_operator .content-item>div{
	margin: 25px 0 25px 0;
}
#service_operator .content-item .content{
	font-size:16px;
}
#service_operator .content-item .title{
	font-size: 18px;
	font-weight: bold;
}
#service_gov .gov-items>.title,.operator-items >.title{
	font-size: 22px;
	margin: 15px 0 15px 0;
	font-weight: bold;
}
.operator-tab{
	position: relative;
	width: 1060px;
	margin: 20px 0 20px 0;
	border-bottom: 1px solid #CDC9C9;
	border-top:1px solid #CDC9C9;
}
.operator-tab .current h3{
	color:#D9382B;
	font-weight: bold;
}
.operator-tab>div{
	padding: 11px 0 12px 0;
	height: 45px;
}
.operator-tab h3{
	cursor: pointer;
	margin: 0 0 0 0;
	font-size: 18px;
}
#zhiliangyouhua h3{
	position: relative;
	left: 80px;
}
#service_operator #liuliangjingying h3{
	position: relative;
	left: -80px;
}
#service_operator #liuliangjingying_con{
	display: none;
}
#service_operator #liuliangjingying_con .s-content{
	padding-left: 40px;
}
#service_operator #liuliangjingying_con .title,#service_operator #liuliangjingying_con .s-title{
	font-weight: bold;
}
#service_operator #liuliangjingying_con .operator-items .content .content-item{
	margin:10px 0 10px 0;
}
#service_operator #liuliangjingying_con .operator-items .content .content-item>div{
	margin: 10px 0 10px 0;
}
#service_gov,#service_micro{
	padding:0 70px 0 70px;
}
#service_gov>.row>.title,#service_micro>.row>.title{
	color: #ee815f;
}
#service_gov .title-zh{
	letter-spacing: 2px;
}
#service_micro .micro-items .title{
	font-size: 18px;
	font-weight: bold;
}
.gov-items,.micro-items{
	margin: 30px 0 30px 0;
}
.gov-items>div,.micro-items>div{
	margin: 10px 0 10px 0;
}
.gov-items>.content,.micro-items>.content,.micro-items>.description{
	font-size: 16px;
	line-height: 30px;
	color: #9E9E9E;
}
.gov-item-2 .content-item .title,.micro-items .content-item .title{
	font-weight: bold;
	font-size: 18px;
	color: black;
}
.gov-item-2 .content-item,.gov-item-2 .content-item-s{
	margin: 15px 0 15px 0;
}

#service_gov imgï¼? service_micro img {
	margin: 20px 0 15px 0;
}
/*#service_micro .micro-items .content-item .title{*/
	/*font-size: 20px;*/
	/*font-weight: bold;*/
/*}*/
#service_micro .micro-items .content .s-content{
	margin:10px 0 10px 0;
}
#service_micro .micro-items .content .s-content .title{
	font-size: 16px;
	font-weight: bold;
	color: black;
}
#production_app,#production_toolbar,#production_data_acquisition,#production_data_platform{
	padding: 0 70px 0 70px;
}
#production_app>div,#production_toolbar>div,#production_data_platform>div{
	margin: 20px 0 20px 0;
}
#production_app >.row>.title{
	color: 	#1874CD;
}
#production_app .title-zh{
	letter-spacing: 1.5px;
}
#production_app .dot{
	width: 6.2%;
}
.application-tab .current h3,.data-acquisition-tab .current h3,.data-platform-tab .current h3{
	color:	#1874CD;
	font-weight: bold;
}
.application-tab,.data-acquisition-tab,.data-platform-tab{
	padding-top: 11px;
	height: 44px;
	border-bottom: 1px solid #CDC9C9;
	border-top:1px solid #CDC9C9;
}
.application-tab>div{
	float: left;
	height: 100%;
	width: 11.11%;
}
.application-tab .tab h3{
	margin: 0 0 0 0;
	font-size: 16px;
	cursor: pointer;
}
#production_app #gempile_con,#production_app #liuliangjingying_con,#production_app #shishikeliu_con,#production_app #hangyebaogao_con,
#production_data_acquisition #PSxinling_con,#production_data_acquisition #ruancai_con,#production_data_acquisition #Voltexinling_con,
#production_data_acquisition #DPI_con,#production_data_platform #zhinengyinqing_con
{
	display: none;
}
#gempile_con .tab-content-item .description p{
	font-weight: bold;
	color: black;
}
#production_app .tab-content .tab-content-item>.title{
	font-size: 24px;
	font-weight: bold;
}
#production_app .tab-content .tab-content-item>.description{
	margin: 10px 0 10px 0;
}
#production_app .tab-content .tab-content-item .title{
	font-weight: bold;
	color: black;
}
#production_app .tab-content .description,#production_app .tab-content .content{
	font-size: 16px;
	color: 	#737373;
	line-height: 30px;
}
#production_app .tab-content img{
	margin: 30px 0 30px 0;
}
#production_app .content>div,#production_app .tab-content .tab-content-item{
	margin: 15px 0 15px 0;
}
#production_app .tab-content-item .content-item>div{
	margin: 15px 0 15px 0;
}
#production_app #yaozhekou_con .tab-content-item .detail-wall{
	padding:15px 0 15px 0;
}
#production_app #yaozhekou_con .tab-content-item .detail-wall .title{
	margin:  0 0 0 0;
}
#production_app #yaozhekou_con .tab-content-item .detail-wall>div{
	float: left;
	margin: 0 15px 0 15px;
}
#production_app #yaozhekou_con .tab-content-item .detail-wall .icon img{
	margin-top: 0;
}
#production_app #yaozhekou_con .tab-content-item .content .download-button-list a>img{
	margin: 10px 0 10px 0;
}
#yaozhekou_con .sp-col
{
	height: 342px;
	border: 1px solid;
	-webkit-border-image:
			-webkit-gradient(linear, 0 0, 0 50%, from(rgba(0, 0, 0, 0)), to(silver)) 1 100%;
			-webkit-gradient(linear, 0 50%, 0 100%, from(silver), to(rgba(0, 0, 0, 0))) 1 100%;
	-webkit-border-image:
			-webkit-linear-gradient(rgba(0, 0, 0, 0),silver, rgba(0, 0, 0, 0)) 1 100%;
	-moz-border-image:
			-moz-linear-gradient(rgba(0, 0, 0, 0),silver, rgba(0, 0, 0, 0)) 1 100%;
	-o-border-image:
			-o-linear-gradient(rgba(0, 0, 0, 0),silver, rgba(0, 0, 0, 0)) 1 100%;
	border-image:
			linear-gradient(to bottom,  rgba(0, 0, 0, 0),silver, rgba(0, 0, 0, 0)) 1 100%;
}

/*
**	了解更多，前往一起摇折扣官方门户
**	By: xuruitao
**	2017/07/17
*/
#yaozhekou_con .more-info {
    color: #ff1f64;
    font-weight: bold;
}

#yaozhekou_con img.img-description {
    display: block;
    margin-bottom: 10px;
}

/*
**
*/

/*
**	乐享生活模块
**	By: xuruitao
** 	2017/07/17
*/
.shake-together {
    padding-top: 15px;
}

.shake-together h3 {
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    color: #5a5a5a;
}

.shake-together-wrap {
    position: relative;
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
}

.shake-together-wrap::before,
.shake-together-wrap::after {
    position: absolute;
    content: "";
    border-style: none;
    background-color: #cccccc;
}

.shake-together-wrap::before {
    top: 7%;
    left: 50%;
    margin-left: -.5px;
    height: 86%;
    width: 1px;
}

.shake-together-wrap::after {
    top: 50%;
    left: 5%;
    margin-top: -.5px;
    height: 1px;
    width: 90%;
}

.shake-together-wrap > li {
    width: 50%;
    padding: 10px 5%;
    box-sizing: border-box;
}

.shake-together-wrap > li > img {
    display: block;
    width: 100%;
}

.shake-together-wrap > li > h4 {
    font-weight: bolder;
	color: #ff1f64;
}

.shake-together-wrap > li > p {
    margin-top: 15px;
	font-size: 16px;
    font-weight: bold;
	/*color: #ff1f64;*/
}

/*
**
 */




#production_toolbar>.row>.title{
	color: #31b0d5;
}
#production_toolbar .title-bar {
	margin: 30px 0 30px 0;
	height: 45px;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	padding-top: 8px;
}
#production_toolbar .title-en{
	letter-spacing: 1px;
}
#production_toolbar .title-bar .title{
	font-size: 18px;
	color: #31b0d5;
	font-weight: bold;
}
#production_toolbar .toolbar-item{
	margin: 35px 0 35px 0;
}
#production_toolbar .toolbar-item>.title{
	font-size: 24px;
	font-weight: bold;
	color: black;
}
#production_toolbar .toolbar-item>div,#production_toolbar .toolbar-item img{
	margin: 20px 0 20px 0;
}
#production_toolbar .content,#production_toolbar .description{
	font-size: 18px ;
	color: 	#737373;
	line-height: 30px;
}
#production_toolbar .content-item{
	margin: 25px 0 25px 0;
}
#production_toolbar .content-item>div{
	margin: 20px 0 20px 0;
}
#production_toolbar .content-item .title{
	font-weight: bold;
	color: black;
}
#production_data_acquisition >.row>.title,#production_data_platform>.row>.title{
	color: #31b0d5;
}
#production_data_acquisition .title-zh{
	letter-spacing: 7px;
}
/*#production_data_acquisition .title-en{*/
	/*letter-spacing: 2px;*/
/*}*/
.data-acquisition-tab>div{
	float: left;
	height: 100%;
}
.data-acquisition-tab>.tab-dot{
	width: 6.25%;
}
.data-acquisition-tab>.tab{
	width: 15%;
}
.data-acquisition-tab h3,.data-platform-tab h3{
	margin: 0 0 0 0;
	font-size: 16px;
	cursor: pointer;
}
#production_data_acquisition>div,#production_data_platform>div{
	margin: 30px 0 30px 0;
}
.tab-content-item>div{
	margin: 20px 0 20px 0;
}
.tab-content-item>.title{
	font-size: 24px;
	color: black;
	font-weight: bold;
}
.tab-content-item .content .title{
	font-weight: bold;
	color: black;
}
.tab-content-item .content-item .s-title, .tab-content-item .s-title{
	font-size: 16px;
	color: black;
	/*font-weight: bold;*/
}
.tab-content-item .content-item .title{
	font-size: 16px;
	color: black;
	font-weight: bold;
}
.tab-content-item .description,.tab-content-item .content,.tab-content-item .content-item .content{
	font-size: 16px;
	line-height: 35px;
	color: #737373;
}
#production_data_platform .title-zh{
	letter-spacing: 1px;
}
.cd-top {
  display: inline-block;
  height: 25px;
  width: 25px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
	background: rgba(171, 171, 171, 0.8) url(img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.BMap_bubble_title{
	font-weight: bold;
	font-size: 16px;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 40px;
    width: 40px;
    right: 30px;
    bottom: 30px;
  }
}

/*English Version*/

